Click or drag to resize

Location Class

Class represents geographical location on Google Maps.
Inheritance Hierarchy
SystemObject
  Dynamicweb.MapsLocation

Namespace:  Dynamicweb.Maps
Assembly:  Dynamicweb.Maps (in Dynamicweb.Maps.dll) Version: 1.0.9
Syntax
public class Location : IComparable

The Location type exposes the following members.

Constructors
  NameDescription
Public methodLocation
Initializes a new instance of the Location class
Top
Properties
  NameDescription
Public propertyLatitude
Gets location latitude value
Public propertyLongitude
Gets location longitude value
Public propertyName
Gets location name
Top
Methods
  NameDescription
Public methodCompareTo
Compares to locations.
Public methodStatic memberCreate(Group, Boolean)
Creates the specified group.
Public methodStatic memberCreate(User, Boolean)
Creates the specified user.
Public methodStatic memberCreate(User, Group, Boolean)
Creates the specified user.
Public methodEquals
Determines whether the specified Location is equal to this current Location value
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
Fields
  NameDescription
Public fieldGroup
Public fieldUser
Public fieldUserGroups
Top
See Also