Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.7 KB

geocodelocation-object.md

File metadata and controls

31 lines (26 loc) · 1.7 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic ms.assetid caps.latest.revision author ms.author manager ms.service
GeocodeLocation Object | Microsoft Docs
Describes the GeocodeLocation object, which represents a geocode location, and provides a list of properties.
02/28/2018
article
07b6295e-58c5-46bc-ba4f-b4ba01095dc0
6
rbrundritt
richbrun
stevelom
bing-maps

GeocodeLocation Object

[!INCLUDE bing-maps-web-control-sdk-retirement]

Represents a geocode location object.

Properties

Name Type Description
latitude number The latitude value of the location.
longitude number The longitude value of the location.
name string The name of this geocode location match.
precision string The precision of this geocode location match. Possible values:

  • Interpolated - The geocode result was matched to a point on a road using interpolation.
  • InterpolatedOffset - The geocode result was matched to a point on a road using interpolation with an additional offset to shift the Location to the side of the street.
  • Parcel - The geocode result was matched to the center of a parcel.
  • Rooftop - The geocode result was matched to the rooftop of a building.