@oneblink/sdk-core
    Preparing search index...

    Type Alias GoogleMapsAddress

    type GoogleMapsAddress = {
        address_components: google.maps.places.PlaceResult["address_components"];
        formatted_address: google.maps.places.PlaceResult["formatted_address"];
        geometry: {
            location?: google.maps.LatLngLiteral;
            viewport?: google.maps.LatLngBoundsLiteral;
        };
        place_id: google.maps.places.PlaceResult["place_id"];
    }
    Index

    Properties

    address_components: google.maps.places.PlaceResult["address_components"]
    formatted_address: google.maps.places.PlaceResult["formatted_address"]
    geometry: {
        location?: google.maps.LatLngLiteral;
        viewport?: google.maps.LatLngBoundsLiteral;
    }
    place_id: google.maps.places.PlaceResult["place_id"]