dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeocodeService Class
Service for geocoding addresses and locations
public class GeocodeService :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeocodeService>
Inheritance System.Object 🡒 GeocodeService
Implements System.IEquatable<GeocodeService>
Constructors
GeocodeService() Constructor
public GeocodeService();
Properties
GeocodeService.Batch Property
Indicates if the service supports batch geocoding
public bool Batch { get; set; }
Property Value
GeocodeService.EastLon Property
Parameter name for eastern longitude boundary
public string? EastLon { get; set; }
Property Value
GeocodeService.Name Property
Display name for the geocode service
public string? Name { get; set; }
Property Value
GeocodeService.NorthLat Property
Parameter name for northern latitude boundary
public string? NorthLat { get; set; }
Property Value
GeocodeService.Placefinding Property
Indicates if the service supports place finding
public bool Placefinding { get; set; }
Property Value
GeocodeService.SouthLat Property
Parameter name for southern latitude boundary
public string? SouthLat { get; set; }
Property Value
GeocodeService.Suggest Property
Indicates if the service supports address suggestions
public bool Suggest { get; set; }
Property Value
GeocodeService.Url Property
URL for accessing the geocode service
public string? Url { get; set; }
Property Value
GeocodeService.WestLon Property
Parameter name for western longitude boundary
public string? WestLon { get; set; }