Click or drag to resize

Poi Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A Point of Interest (POI) represents a location that contains some structure, facility or service that may be of special interest. An array of POIs may be returned by a DataQuery.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBasePoi

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class Poi : IMapFeature

The Poi type exposes the following members.

Constructors
  NameDescription
Public methodPoi
Initializes a new instance of the Poi class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current Poi.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldFoodType
A special sub-type value from the PoiType enumeration representing the type of food served.
Public fieldLocation
A LatLon representing the exact location of this Poi.
Public fieldName
The name of this Poi.
Public fieldPhone
The Phone number of this Poi.
Public fieldType
A value from the PoiType enumeration representing the type of this Poi.
Top
Remarks
A number of common types have been defined in PoiType and restaurant sub-types are defined in PoiRestaurantType. .

Related articles: Data Query Concept.

See Also