Classe MapsNetworkError
google.maps.MapsNetworkError
classe
Classe di base per la gestione degli errori di rete in Maps.
Questa classe estende
Error
.
Accedi chiamando const {MapsNetworkError} = await google.maps.importLibrary("core")
. Consulta la sezione Librerie nell'API Maps JavaScript.
Proprietà | |
---|---|
code |
Tipo:
DirectionsStatus|DistanceMatrixStatus|ElevationStatus|GeocoderStatus|MaxZoomStatus|PlacesServiceStatus|StreetViewStatus Identifica il tipo di errore generato dall'API. |
endpoint |
Tipo:
MapsNetworkErrorEndpoint Rappresenta il servizio di rete che ha risposto con l'errore. |
MapsRequestError
google.maps.MapsRequestError
classe
Rappresenta un errore di richiesta da un servizio web (ovvero l'equivalente di un codice 4xx in HTTP).
Questa classe estende
MapsNetworkError
.
Accedi chiamando const {MapsRequestError} = await google.maps.importLibrary("core")
. Consulta la sezione Librerie nell'API Maps JavaScript.
Proprietà | |
---|---|
Ereditate:
code ,
endpoint
|
Classe MapsServerError
google.maps.MapsServerError
classe
Rappresenta un errore lato server di un servizio web (ovvero l'equivalente di un codice 5xx in HTTP).
Questa classe estende
MapsNetworkError
.
Accedi chiamando const {MapsServerError} = await google.maps.importLibrary("core")
. Consulta la sezione Librerie nell'API Maps JavaScript.
Proprietà | |
---|---|
Ereditate:
code ,
endpoint
|
Costanti di MapsNetworkErrorEndpoint
google.maps.MapsNetworkErrorEndpoint
costanti
Identificatori degli endpoint API utilizzati dalle istanze MapsNetworkError
.
Accedi chiamando const {MapsNetworkErrorEndpoint} = await google.maps.importLibrary("core")
. Consulta la sezione Librerie nell'API Maps JavaScript.
Costanti | |
---|---|
DIRECTIONS_ROUTE |
Identifica l'API Routes all'interno dell'API Directions. |
DISTANCE_MATRIX |
Identifica l'API DistanceMatrix. |
ELEVATION_ALONG_PATH |
Identifica l'API getElevationsAlongPath all'interno dell'API Elevation. |
ELEVATION_LOCATIONS |
Identifica l'API getElevationForLocations all'interno dell'API Elevation. |
FLEET_ENGINE_GET_DELIVERY_VEHICLE |
Identifica l'API Get Delivery Vehicle all'interno di Fleet Engine. |
FLEET_ENGINE_GET_TRIP |
Identifica l'API Get Trip all'interno di Fleet Engine. |
FLEET_ENGINE_GET_VEHICLE |
Identifica l'API Get Vehicle all'interno di Fleet Engine. |
FLEET_ENGINE_LIST_DELIVERY_VEHICLES |
Identifica l'API List Delivery Vehicles all'interno di Fleet Engine. |
FLEET_ENGINE_LIST_TASKS |
Identifica l'API List Tasks all'interno di Fleet Engine. |
FLEET_ENGINE_LIST_VEHICLES |
Identifica l'API List Vehicles all'interno di Fleet Engine. |
FLEET_ENGINE_SEARCH_TASKS |
Identifica l'API Search Tasks all'interno di Fleet Engine. |
GEOCODER_GEOCODE |
Identifica l'API geocodificata all'interno del geocodificatore. |
MAPS_MAX_ZOOM |
Identifica l'API MaxZoomImageryService all'interno dell'API Maps. |
PLACES_AUTOCOMPLETE |
Identifica l'API Autocomplete all'interno dell'API Places. |
PLACES_DETAILS |
Identifica l'API Details all'interno dell'API Places. |
PLACES_FIND_PLACE_FROM_PHONE_NUMBER |
Identifica l'API FindPlaceFromPhoneNumber all'interno dell'API Places. |
PLACES_FIND_PLACE_FROM_QUERY |
Identifica l'API FindPlaceFromQuery all'interno dell'API Places. |
PLACES_GATEWAY |
Identifica l'API Gateway all'interno dell'API Places. |
PLACES_GET_PLACE |
Identifica l'API Get Place all'interno dell'API Places. |
PLACES_LOCAL_CONTEXT_SEARCH |
Identifica l'API LocalContextSearch all'interno dell'API Places. |
PLACES_NEARBY_SEARCH |
Identifica l'API NearbySearch all'interno dell'API Places. |
PLACES_SEARCH_TEXT |
Identifica l'API Search Text all'interno dell'API Places. |
STREETVIEW_GET_PANORAMA |
Identifica il metodo getPanorama all'interno del servizio Streetview. |