Table of Contents

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

Location

NorthEast

[DataMember(Name = "northeast")]
public Location? NorthEast { get; set; }

Property Value

Location

SouthWest

[DataMember(Name = "southwest")]
public Location? SouthWest { get; set; }

Property Value

Location