Item_Aggregation_Map_Coverage_Info Class
Map coordinate and zoom (Google Maps) information for map search or map browse
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Item_Aggregation_Map_Coverage_Info |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Copy | Return a copy of this map coverage information |
| ShouldSerializeLatitude | Method suppresses XML Serialization of the Latitude flag property if it is NULL |
| ShouldSerializeLongitude | Method suppresses XML Serialization of the Longitude flag property if it is NULL |
| ShouldSerializeZoomLevel | Method suppresses XML Serialization of the ZoomLevel flag property if it is NULL |
Properties
| Name | Description |
---|
| Latitude | Latitude for the center of the map to display |
| Longitude | Longitude for the center of the map to display |
| Type | Type of map coverage, related to the coordinates and zoom ( i.e., fixed, computed, zoom to extent ) |
| ZoomLevel | Google Maps zoom level for this display |
See Also