Classe MapsNetworkError
google.maps.MapsNetworkError
corso
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 prodotto dall'API. |
endpoint |
Tipo:
MapsNetworkErrorEndpoint Rappresenta il servizio di rete che ha risposto con l'errore. |
MapsRequestError class
google.maps.MapsRequestError
corso
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.
Classe MapsServerError
google.maps.MapsServerError
corso
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.
Costanti MapsNetworkErrorEndpoint
google.maps.MapsNetworkErrorEndpoint
costanti
Identificatori per gli 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 GetDeliveryVehicle in Fleet Engine. |
FLEET_ENGINE_GET_TRIP |
Identifica l'API GetTrip in Fleet Engine. |
FLEET_ENGINE_GET_VEHICLE |
Identifica l'API Get Vehicle in Fleet Engine. |
FLEET_ENGINE_LIST_DELIVERY_VEHICLES |
Identifica l'API List DeliveryVehicles in Fleet Engine. |
FLEET_ENGINE_LIST_TASKS |
Identifica l'API List Tasks in Fleet Engine. |
FLEET_ENGINE_LIST_VEHICLES |
Identifica l'API List Vehicles in Fleet Engine. |
FLEET_ENGINE_SEARCH_TASKS |
Identifica l'API Search Tasks in Fleet Engine. |
GEOCODER_GEOCODE |
Identifica l'API di geocodifica all'interno del geocodificatore. |
MAPS_MAX_ZOOM |
Identifica l'API MaximumZoomImageryService 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 GetPlace 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 Street View. |