SearchableGMapAttrs Enumeration |
Options for controlling SearchableGMap features.
Namespace:
NetQuarry.GoogleGeocoder
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum SearchableGMapAttrs
<FlagsAttribute>
Public Enumeration SearchableGMapAttrs
Members
| Member name | Value | Description |
---|
| AllowDirections | 1 | Allows the info panes for each marker to allow the user to ask for directions to the marker from another point (searchable through the map). |
| AllowTypeFiltering | 2 | Adds a pane above the search results area to allow users to filter down the results displayed based on their "Type" value. This value is pulled from the field specified in the InfoField property. |
See Also