3ev Core Wordpress library API
  • Namespace
  • Class

Namespaces

  • Tev
    • Application
      • Bootstrap
    • Author
      • Model
    • Contracts
    • Database
      • CustomTables
    • Field
      • Model
      • Util
    • Plugin
      • Action
      • Shortcode
    • Post
      • Model
      • Repository
    • Taxonomy
      • Model
      • Repository
    • Term
      • Model
      • Repository
    • Util
    • View
      • Exception
  • None

Classes

  • AbstractField
  • AuthorField
  • BasicField
  • DateField
  • FileField
  • FlexibleContentField
  • GoogleMapField
  • ImageField
  • NullField
  • NumberField
  • PostField
  • RepeaterField
  • SelectField
  • TaxonomyField

Class GoogleMapField

Google map field.

Provides access to the lat, lng and address fields. By default, value is lat,lng.

Tev\Field\Model\AbstractField implements Tev\Contracts\WordpressWrapperInterface
Extended by Tev\Field\Model\GoogleMapField
Namespace: Tev\Field\Model
Located at Tev/Field/Model/GoogleMapField.php

Methods summary

public string
# getValue( )

Get the lat and lng, separated by a comma.

Get the lat and lng, separated by a comma.

Returns

string
public string
# lat( )

Get the latitude value.

Get the latitude value.

Returns

string
public string
# lng( )

Get the longitude value.

Get the longitude value.

Returns

string
public string
# address( )

Get the address field.

Get the address field.

Returns

string

Methods inherited from Tev\Field\Model\AbstractField

__construct(), __toString(), getBaseObject(), getKey(), getName(), val()

Properties summary

Properties inherited from Tev\Field\Model\AbstractField

$base

3ev Core Wordpress library API API documentation generated by ApiGen