impress-org / google-maps-builder

One Google Maps plugin to rule them all. Google Maps Builder is intuitive, sleek, powerful and easy to use. Forget the rest, use the best.
https://wordpress.org/plugins/google-maps-builder/
32 stars 9 forks source link

feat(builder): add tooltips for marker fields #89

Closed paaljoachim closed 6 years ago

paaljoachim commented 9 years ago

User Story

As a user, I want to see tooltips for the marker fields so that I understand their purpose.

Possible Solution

Using Hint.css, add tooltips to the following fields using the image below as reference

  1. Marker Title - Defines the title of the infowindow.
  2. Marker Description - Defines the description that appears below the title in the infowindow.
  3. Marker Reference - @DevinWalker what is this field for?
  4. Marker Place ID - Defines the Google Place ID of the marker if it is associated with a known Place.
  5. Hide Place Details - Determines whether the Place details such as address, website, and phone number should appear in the infowindow.
  6. Marker Latitude - Defines the latitudinal coordinates of the marker.
  7. Marker Longitude - Defines the longitudinal coordinates of the marker.
  8. Marker Infowindow - Determines whether the infowindow is opened or closed when the map first appears.

Visuals

image

Acceptance Criteria

nishitlangaliya commented 6 years ago

@DevinWalker ,

As this issue was related to https://github.com/WordImpress/Google-Maps-Builder/issues/85. I had done the changes to https://github.com/WordImpress/Google-Maps-Builder/issues/89 ref # https://github.com/WordImpress/Maps-Builder-Core/pull/61/commits/f9aaaccf54e53385c4fc16d0a6579ae7a91f0445 and closing this issue in favor of https://github.com/WordImpress/Google-Maps-Builder/issues/85.

Video how it works:

https://www.useloom.com/share/c517075575374e37b02defd6ac8cf37d

Thanks