Click or drag to resize

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
Members
  Member nameValueDescription
AllowDirections1Allows the info panes for each marker to allow the user to ask for directions to the marker from another point (searchable through the map).
AllowTypeFiltering2Adds 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