Package ai.nextbillion.maps.model
Class PlaceDetails.AlternatePlaceIds
java.lang.Object
ai.nextbillion.maps.model.PlaceDetails.AlternatePlaceIds
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PlaceDetails
@Deprecated
public static class PlaceDetails.AlternatePlaceIds
extends java.lang.Object
implements java.io.Serializable
Deprecated.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringplaceIdDeprecated.The alternative placeId.PlaceIdScopescopeDeprecated.The scope of an alternative place ID will always be APP, indicating that the alternative place ID is recognised by your application only. -
Constructor Summary
Constructors Constructor Description AlternatePlaceIds()Deprecated. -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Deprecated.
-
Field Details
-
placeId
public java.lang.String placeIdDeprecated.The alternative placeId. The most likely reason for a place to have an alternative place ID is if your application adds a place and receives an application-scoped place ID, then later receives a Google-scoped place ID after passing the moderation process. -
scope
Deprecated.The scope of an alternative place ID will always be APP, indicating that the alternative place ID is recognised by your application only.
-
-
Constructor Details
-
AlternatePlaceIds
public AlternatePlaceIds()Deprecated.
-
-
Method Details
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toStringin classjava.lang.Object
-