GeoGoogle Interface

class epyk.interfaces.geo.CompGeoGoogle.GeoGoogle(ui)
current(profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)
Parameters:
  • profile

  • options

  • width

  • height

  • html_code

maps(latitude: float, longitude: float, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)
Parameters:
  • latitude

  • longitude

  • profile

  • options

  • width

  • height

  • html_code

satellite(latitude: float, longitude: float, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)
Parameters:
  • latitude

  • longitude

  • profile

  • options

  • width

  • height

  • html_code

terrain(latitude: float, longitude: float, profile: Optional[Union[bool, dict]] = None, options: Optional[dict] = None, width: Union[int, tuple] = (100, '%'), height: Union[int, tuple] = (330, 'px'), html_code: Optional[str] = None)
Parameters:
  • latitude

  • longitude

  • profile

  • options

  • width

  • height

  • html_code