Class FramedLocation
- Namespace
- GoogleMapsApi.Entities.Geocoding.Response
- Assembly
- GoogleMapsApi.dll
[DataContract]
public class FramedLocation
- Inheritance
-
FramedLocation
- Inherited Members
Properties
Center
public Location Center { get; }
Property Value
NorthEast
[DataMember(Name = "northeast")]
public Location? NorthEast { get; set; }
Property Value
SouthWest
[DataMember(Name = "southwest")]
public Location? SouthWest { get; set; }