isCircleOrCircleLiteral(obj: any): obj is CircleLiteral | Circle
Parameters
obj: any
Returns obj is CircleLiteral | Circle
isLatLngBoundsLiteral
isLatLngBoundsLiteral(obj: any): obj is LatLngBoundsLiteral
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -10,7 +10,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Parameters
obj: any
Returns obj is LatLngBoundsLiteral
isLatLngBoundsOrLatLngBoundsLiteral
isLatLngBoundsOrLatLngBoundsLiteral(obj: any): obj is LatLngBoundsLiteral | LatLngBounds
Parameters
obj: any
Returns obj is LatLngBoundsLiteral | LatLngBounds
isLatLngLiteral
isLatLngLiteral(obj: any): obj is LatLngLiteral
+
Parameters
obj: any
Returns obj is LatLngBoundsLiteral
isLatLngBoundsOrLatLngBoundsLiteral
isLatLngBoundsOrLatLngBoundsLiteral(obj: any): obj is LatLngBoundsLiteral | LatLngBounds
Parameters
obj: any
Returns obj is LatLngBoundsLiteral | LatLngBounds
isLatLngLiteral
isLatLngLiteral(obj: any): obj is LatLngLiteral
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,4 +22,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Parameters
obj: any
Returns obj is LatLngLiteral
isLatLngOrLatLngLiteral
isLatLngOrLatLngLiteral(obj: any): obj is LatLngLiteral | LatLng
\ No newline at end of file
diff --git a/modules/localContext.html b/modules/localContext.html
index 5dd6b5e9..34d2390f 100644
--- a/modules/localContext.html
+++ b/modules/localContext.html
@@ -10,4 +10,4 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
- Preparing search index...
- The search index is not available
@googlemaps/typescript-guards@googlemaps/typescript-guards
Index
Namespaces
Functions
Functions
is Circle Literal
Parameters
obj: any
Returns obj is CircleLiteral
is Circle Or Circle Literal
Parameters
obj: any
Returns obj is CircleLiteral | Circle
is Lat Lng Bounds Literal
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -10,7 +10,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-Parameters
obj: any
Returns obj is LatLngBoundsLiteral
is Lat Lng Bounds Or Lat Lng Bounds Literal
Parameters
obj: any
Returns obj is LatLngBoundsLiteral | LatLngBounds
is Lat Lng Literal
Parameters
obj: any
Returns obj is LatLngBoundsLiteral
is Lat Lng Bounds Or Lat Lng Bounds Literal
Parameters
obj: any
Returns obj is LatLngBoundsLiteral | LatLngBounds
is Lat Lng Literal
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -22,4 +22,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
-Parameters
obj: any
Returns obj is LatLngLiteral
is Lat Lng Or Lat Lng Literal
Parameters
obj: any
Returns obj is LatLngLiteral | LatLng
Generated using TypeDoc